home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / fonts / conf.avail / 99-language-selector-zh.conf < prev   
Text File  |  2008-03-06  |  543b  |  23 lines

  1. <fontconfig>
  2.  
  3.     <match target="font" >
  4.         <test name="family" compare="contains" >
  5.             <string>Song</string>
  6.             <string>Sun</string>
  7.             <string>Kai</string>
  8.             <string>Ming</string>
  9.         </test> 
  10.                 <!-- check to see if the font is just regular -->
  11.                 <test name="weight" compare="less_eq">
  12.                         <int>100</int>
  13.         </test>
  14.         <test compare="more_eq" target="pattern" name="weight" >
  15.             <int>180</int>
  16.         </test>
  17.         <edit mode="assign" name="embolden" >
  18.             <bool>true</bool>
  19.         </edit>
  20.     </match>
  21.  
  22. </fontconfig>
  23.